home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / MWCC03 / MWCC03.TXT < prev    next >
Text File  |  1993-08-18  |  4KB  |  81 lines

  1. Microworks Custom Control Object Library.
  2. Version 1.03.
  3. Copyright (c) 1992-93,
  4. Microworks (Jeff Franks)
  5. Sydney, Australia.
  6. Compuserve 100026,1134.
  7. Release date: August 25, 1993.
  8.  
  9.     The MWCC Object Library is a full 3D extension to 
  10. Object Windows that's compatible with TPW 1.5 and BP 7.0. It 
  11. provides you with a comprehensive set of 3-dimensional windows, 
  12. dialogs and custom controls to use in your application 
  13. development. Using the library is easy. Just derive your 
  14. application objects from the objects in the MObjects unit 
  15. and distribute your application with MWCC.DLL. You wont need to 
  16. use BWCC.DLL or CTL3D.DLL. Using the MWCC library you can 
  17. easily implement an enhanced Borland look, an enhanced 
  18. Microsoft 3D look or use the library's own custom 3D style.
  19.  
  20.     Version 1.03 includes a new DLL, new object units, new 
  21. objects and two updated sample applications. MWCC.DLL now 
  22. contains part of the message box code, three new window display 
  23. procdures and two new buttons. The MWCC Object unit from 
  24. previous versions has been replaced by 3 more easily manageable 
  25. units, MObjects - the main object unit, MMsgBox - the message 
  26. box unit and MCommDlg - the common dialog unit. The source code 
  27. has been refined, removing some unecessary guff and fixing a 
  28. few minor problems. The message boxes now more flexible taking 
  29. a window handle instead of a PWindowsObject pointer. There are 
  30. four new objects - an MWCC and SFX common font dialog box, a 
  31. multiple selection list box and a 3D cbs_simple style combo 
  32. box. The MDITool sample has been updated to show you how to use 
  33. one of the new font dialogs and Winmenu has been rewritten to 
  34. show you how to create 3D ownerdraw menus. If you have used a 
  35. previous version of this library you should read the 'Changes 
  36. in Version 1.03' section in MWCC.hlp before using this version.
  37.  
  38.     There are 9 zip files in MWCC03.zip. Main.zip 
  39. contains all the object library files for both TPW 1.5 and BP 7.0. 
  40. Before you start looking through the files MWCC.DLL should be 
  41. copied into your Windows system subdirectory.
  42.  
  43.     Examples.zip contains the updated sample source code 
  44. for the six basic windows and dialogs. Message.zip contains 
  45. full source code for the message boxes as an example of how to 
  46. write a non-OWL application. Rtl.zip is the runtime library 
  47. source code for the three object units.
  48.  
  49.     The other five zip files contain sample applications 
  50. and their source code. Their purpose is to show you how to use 
  51. some of the MWCC and SFX objects and perhaps a few new tricks. 
  52. There is a detailed commentary with each program.
  53.  
  54.     Hotkey1.zip shows you how to implement a task only 
  55. hotkey and Hotkey2.zip shows you how to implement a system wide 
  56. hotkey, both using the wh_Keyboard hook. MDITool.zip shows you 
  57. a file and font common dialog box, some message boxes and the 
  58. enhanced Borland style bitmapped buttons. It also shows you how 
  59. to set up a moveable toolbar using code 'one third the size' 
  60. of the long winded Toolbar sample that came with BP 7.0. 
  61. WinMenu shows you how to set up a 3D menu bar with ownerdraw 
  62. menus and WinTask takes the ownerdraw list box one step further 
  63. and shows you how to create a graphical Windows task manager. 
  64.  
  65.     No source code has been supplied for MWCC.dll. You are 
  66. free to use this library in you application development 
  67. provided your program is distributed as shareware. This library 
  68. may not be used in the development of any commercial program in 
  69. any way without prior negotiation of a commercial licence.
  70.  
  71.     I designed the MWCC Object library for myself because I 
  72. needed something different, something unique. I was so 
  73. impressed by the end result I decided to document the library 
  74. and share it with you. I hope you find this latest version a 
  75. useful addition to your programming tools. If you have any 
  76. problems or suggestions don't hesitate to contact me.
  77.  
  78. All the best,
  79.  
  80. Jeff...
  81.